Creates a linear gradient brush with the specified blend and orientation angle.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public static LinearGradientBrush LinearGradient ( |
Visual Basic Copy Code |
---|
Public Shared Function LinearGradient( _ |
The angle of the linear gradient.
An alternating sequence of double and Color pairs where each pair defines a gradient stop. The positions in the sequence need to be in ascending order.
An instance of the LinearGradientBrush class corresponding to the specified settings.
This method supports the MindFusion.Diagramming for .NET MAUI infrastructure and is not intended to be used directly from your code.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |